home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / ot_hires / make.bat < prev   
DOS Batch File  |  1996-03-20  |  136b  |  12 lines

  1. @echo off
  2.  
  3. tasm highres.asm
  4. if errorlevel 1 then goto end:
  5. tlink highres.obj
  6. highres.exe
  7.  
  8. :end
  9. del *.bak
  10. del *.obj
  11. del *.map
  12.